CredentialSets

@Serializable
value class CredentialSets(val value: List<CredentialSetQuery>) : Serializable(source)

A non-empty list of credential set queries

Constructors

Link copied to clipboard
constructor(value: List<CredentialSetQuery>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Makes sure that all the credential set queries have options that reference the ids of the given Credentials

Link copied to clipboard
open override fun toString(): String